home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 269
- Top = 104
- BorderStyle = bsDialog
- Caption = 'Form1'
- ClientHeight = 284
- ClientWidth = 193
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object Button1: TButton
- Left = 28
- Top = 7
- Width = 137
- Height = 33
- Caption = 'Instantiate Class'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 28
- Top = 53
- Width = 137
- Height = 33
- Caption = 'GetInfo'
- Enabled = False
- TabOrder = 1
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 28
- Top = 98
- Width = 137
- Height = 33
- Caption = 'Assign Event A'
- Enabled = False
- TabOrder = 2
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 28
- Top = 144
- Width = 137
- Height = 33
- Caption = 'Assign Event B'
- Enabled = False
- TabOrder = 3
- OnClick = Button4Click
- end
- object Button5: TButton
- Left = 28
- Top = 192
- Width = 137
- Height = 33
- Caption = 'Generate Event'
- Enabled = False
- TabOrder = 4
- OnClick = Button5Click
- end
- object Button6: TButton
- Left = 28
- Top = 239
- Width = 137
- Height = 33
- Caption = 'Destroy Class'
- Enabled = False
- TabOrder = 5
- OnClick = Button6Click
- end
- end
-